home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
Pascal
/
Snippets
/
PNL Libraries
/
Assembly
/
JGNE.p
< prev
next >
Wrap
Text File
|
1994-08-04
|
222b
|
13 lines
unit JGNE;
interface
uses Types;
procedure InitJGNE (HandleJGNE: ProcPtr; globals: univ ptr);
{ procedure HandleJGNE(var er:EventRecord; var retval:integer; globals:ptr); }
procedure FinishJGNE;
implementation
end.